home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / CBSA / GAMES / ZIP2000 / Utilities / !TXD / Desc < prev    next >
Text File  |  1997-02-04  |  958b  |  54 lines

  1. # This is a description of the wimp interface for TXD
  2.  
  3. tool_details_start
  4.    name          "TXD";
  5.    version       "6/8 (13-Aug-96)";
  6.    wimpslot      128k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_text_window;
  14.    has_summary_window;
  15.    display_dft_is text;
  16. metaoptions_end
  17.  
  18.  
  19. dbox_start
  20.  
  21.    icons_start
  22.       icn 3 maps_to string not_saved;
  23.       icn 6 maps_to "-a";
  24.       icn 7 maps_to "-d";
  25.       icn 8 maps_to "-g";
  26.       icn 9 maps_to "-n";
  27.    icons_end
  28.  
  29.    defaults
  30.       icn 6 off,
  31.       icn 7 off,
  32.       icn 8 off,
  33.       icn 9 off;
  34.                 
  35.    imports_start
  36.       drag_to icn 3   inserts icn 3 separator_is " ";
  37.       drag_to any     inserts icn 3 separator_is " ";
  38.       drag_to iconbar inserts icn 3;
  39.    imports_end
  40.  
  41. dbox_end
  42.  
  43.  
  44. menu_start
  45.  
  46.    "Width"  maps_to "-w " sub_menu "Width" 4;
  47.  
  48.    defaults
  49.       menu  1 off sub_menu "79";
  50.  
  51. menu_end
  52.  
  53. order_is icn 6, icn 7, icn 8, icn 9, menu 1, icn 3;
  54.